




/* tabs1 styles */

DIV.tabs1
{
   float            : left;
   width            : 100%;
   background       : url("/images/tabs1Border.gif") repeat-x bottom;
}

DIV.tabs1 UL
{
   margin           : 0px;
   padding-left     : 10px;
   list-style       : none;
}

DIV.tabs1 LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.tabs1 A
{
   float            : left;
   background       : url("/images/tabs1Right.gif") no-repeat right top;
   border-bottom    : 1px solid #84B0C7;
   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.tabs1 A:hover
{
   background-position: 100% -150px;
}

DIV.tabs1 A:link, DIV.tabs1 A:visited,
DIV.tabs1 A:active, DIV.tabs1 A:hover
{
   color            : #115E94;
}

DIV.tabs1 SPAN
{
   float            : left;
   display          : block;
   background       : url("/images/tabs1Left.gif") no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.tabs1 SPAN {float : none;}
/* End IE5-Mac hack */

DIV.tabs1 A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.tabs1 LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
}

DIV.tabs1 LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}
